projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff834ff
)
cursor-type doc fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 16:48:05 +0000
(18:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 1 May 2016 17:27:13 +0000
(19:27 +0200)
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
(cherry picked from commit
77c5f4554ebb3b7c7d49bc881e45a550f6c93987
)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index f06d7e08e49c7536b910257d875a3da7109851f0..e4269c0046a43283b6aadd4fc7164d6f19f78484 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-6233,6
+6233,8
@@
Values are interpreted as follows:
(hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
ANYTHING ELSE display a hollow box cursor
+WIDTH and HEIGHT can't exceed the frame's canonical character size.
+
When the buffer is displayed in a non-selected window, the
cursor's appearance is instead controlled by the variable
`cursor-in-non-selected-windows'. */);